CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - PSO algorithm

搜索资源列表

  1. pso(sphere)

    0下载:
  2. 标准PSO算法,运用SPHERE测试函数,最终收敛于0-standard PSO algorithm, using SPHERE test function, eventually converge to 0
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1452
    • 提供者:王道军
  1. PSO-C

    1下载:
  2. 在C语言环境下使用的粒子群优化算法,需要给出最大速度、迭代次数、作为中断条件的最小误差等初始条件。-in the C-language environment to the use of the PSO algorithm, the greatest need is speed, the number of iteration, as the smallest disruption error conditions such as initial conditions.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:58384
    • 提供者:刘方
  1. PSO-PID参数

    6下载:
  2. 利用标准粒子群算法优化PID参数,用以控制直流电机模型(The standard particle swarm optimization (PSO) algorithm is used to optimize the PID parameters to control the DC motor model)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-18
    • 文件大小:1024
    • 提供者:fish_mingdi
  1. pso

    0下载:
  2. PSO 算法属于进化算法的一种,和模拟退火算法相似,它也是从随机解出发,通过迭代寻找最优解,它也是通过适应度来评价解的品质,但它比遗传算法规则更为简单,它没有遗传算法的"交叉"(Crossover) 和"变异"(Mutation) 操作,它通过追随当前搜索到的最优值来寻找全局最优。这种算法以其实现容易、精度高、收敛快等优点引起了学术界的重视,并且在解决实际问题中展示了其优越性。粒子群算法是一种并行算法。(The PSO algorithm is a kin
  3. 所属分类:matlab例程

    • 发布日期:2018-05-01
    • 文件大小:1024
    • 提供者:cinderella345
  1. PSO-Python

    0下载:
  2. 粒子群算法,PSO 算法属于进化算法的一种,和模拟退火算法相似,它也是从随机解出发,通过迭代寻找最优解,它也是通过适应度来评价解的品质,但它比遗传算法规则更为简单,它没有遗传算法的“交叉”(Crossover) 和“变异”(Mutation) 操作,它通过追随当前搜索到的最优值来寻找全局最优。这种算法以其实现容易、精度高、收敛快等优点引起了学术界的重视,并且在解决实际问题中展示了其优越性。粒子群算法是一种并行算法。(The particle swarm optimization (PSO) al
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-02
    • 文件大小:4096
    • 提供者:绝情逆空
  1. pso

    0下载:
  2. 实现光伏发电系统中MPPT功能,实现PSO算法的m文件(Realize the MPPT function in the photovoltaic power generation system and realize the m file of PSO algorithm.)
  3. 所属分类:matlab例程

  1. sa-pso

    2下载:
  2. 利用模拟退火算法来接受不好的结果来改善粒子群算法,跳出局部最优陷阱。(The simulated annealing algorithm is adopted to accept the bad results to improve the PSO algorithm and jump out of the local optimal trap.)
  3. 所属分类:其他

    • 发布日期:2019-12-23
    • 文件大小:2048
    • 提供者:zyx1903435712
  1. PSO

    2下载:
  2. 一个简化版的粒子群算法代码,适合初步学习使用。内含6个测试函数(Code of a simple PSO algorithm, including six test functions)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-09-13
    • 文件大小:5621
    • 提供者:认真学习16
  1. PSO

    1下载:
  2. 一个三维的PSO算法例子 比较好理解(A three-dimensional PSO algorithm example is better understood)
  3. 所属分类:matlab例程

    • 发布日期:2019-11-14
    • 文件大小:1024
    • 提供者:辣条青年
  1. PSO-LSSVM

    0下载:
  2. PSO-LSSVM算法的matlab实现,利用PSO算法对LSSVM模型的初始参数求解,以期望得到最好的模型。(PSO-LSSVM algorithm is implemented in matlab, and PSO algorithm is used to solve the initial parameters of LSSVM model in order to get the best model.)
  3. 所属分类:matlab例程

    • 发布日期:2019-10-08
    • 文件大小:2048
    • 提供者:阳光小蛇皮
  1. PSO

    1下载:
  2. 标准PSO算法实现,利于初学者了解粒子群优化算法及学习(Standard PSO algorithm for beginners to understand particle swarm optimization algorithm and learning)
  3. 所属分类:matlab例程

    • 发布日期:2019-11-14
    • 文件大小:4096
    • 提供者:小bear熊
  1. 标准PSO算法以及典型测试函数matlab程序

    7下载:
  2. 标准的PSO算法以及几个典型测试函数的matlab源程序,资料可供大家参考(Standard PSO algorithm and several typical test functions of Matlab source code, information for your reference.)
  3. 所属分类:进化算法

    • 发布日期:2020-03-19
    • 文件大小:3072
    • 提供者:llt321
  1. PSO-GRNN

    8下载:
  2. 粒子群算法优化广义回归神经网络的代码,具有很好的借鉴意义。(Particle swarm optimization (PSO) algorithm optimizes the code of generalized regression neural network, which has a good reference value.)
  3. 所属分类:matlab例程

    • 发布日期:2020-04-12
    • 文件大小:16384
    • 提供者:沐阳静枫
  1. 自适应PSO与MPPT

    3下载:
  2. 将粒子群优化算法引入光伏电池最大功率追踪,对于研究MPPT的人员,可以参考学习(Particle swarm optimization (PSO) algorithm is introduced into maximum power tracking of photovoltaic cells, which can be used as a reference for people who study MPPT.)
  3. 所属分类:通讯编程文档

  1. 01 Economic Dispatching using PSO

    1下载:
  2. 基于粒子群算法(PSO)的电力系统经济调度,matlab平台。(solve power system economic dispatch problem by PSO algorithm)
  3. 所属分类:能源行业(电力石油煤炭)

    • 发布日期:2020-08-21
    • 文件大小:4096
    • 提供者:封平
  1. pso优化BP

    1下载:
  2. 使用pso优化神经网络,使风电功率预测达到更高的精度(a pso algorithm used to optmize bp neural network)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2020-04-04
    • 文件大小:4975616
    • 提供者:mal123
  1. GA-PSO

    1下载:
  2. 本算法为用遗传算法改进粒子群GA-PSO算法,附带含有程序使用说明。(This algorithm uses genetic algorithm to improve particle swarm optimization GA-PSO algorithm, with instructions for the use of the program.)
  3. 所属分类:matlab例程

    • 发布日期:2020-07-15
    • 文件大小:122880
    • 提供者:1/2
  1. PSO BP wind power

    0下载:
  2. 粒子群结合神经网络智能算法优化最值问题。(And the output of the fan is tracked and predicted in real time based on the wind power prediction of the PSO algorithm.)
  3. 所属分类:matlab例程

    • 发布日期:2020-04-01
    • 文件大小:529408
    • 提供者:南院萧大王
  1. PSO的PID控制器

    1下载:
  2. 针对一般的粒子群优化(PSO)学习算法中存在的容易陷入局部最优和搜索精度不高的缺点,对改进型PSO算法进行研究。由于惯性权重系数ω对算法是否会陷入局部最优起到关键的作用,因此,通过改变惯性权重ω的选择,对惯性权重系数采取线性减小的方法,引入改进型的PSO算法。采用改进的PSO算法对PID控制器进行参数优化并把得到的最优参数应用于控制系统中进行仿真。仿真实验结果表明:改进型PSO算法不会陷入局部最优,能得到全局最优的PID控制器的参数,并使得控制系统的性能指标达到最优,控制系统具有较好的鲁棒性。(
  3. 所属分类:matlab例程

    • 发布日期:2020-06-01
    • 文件大小:10240
    • 提供者:herain
  1. 改进PSO算法及其测试函数

    1下载:
  2. 为了更好地改善多目标粒子群优化算法的收敛性和多样性的pso 算法(In order to improve the convergence and diversity of multi-objective particle swarm optimization algorithm, PSO algorithm is proposed)
  3. 所属分类:其他

    • 发布日期:2021-01-29
    • 文件大小:3072
    • 提供者:bloomfzl
« 1 2 3 4 56 7 8 9 10 ... 50 »
搜珍网 www.dssz.com